home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox3.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  339 b   |  17 lines

  1. on mouseDown
  2.   global listC
  3.   puppetSprite(32, 1)
  4.   set the castNum of sprite 32 to 53
  5.   updateStage()
  6.   repeat with i = 2 to 31
  7.     set the castNum of sprite i to 47
  8.   end repeat
  9.   updateStage()
  10.   repeat with i = 33 to 48
  11.     set the castNum of sprite i to 47
  12.   end repeat
  13.   updateStage()
  14.   set listC to list()
  15.   go(1, "flybox2.dir")
  16. end
  17.